From 5c505aefc416181d798c98d230e5803974d0dede Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Thu, 11 Mar 2021 18:21:56 +0000 Subject: [PATCH] g-i: fix gtk_shortcut_label_new annotation --- gtk/gtkshortcutlabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkshortcutlabel.c b/gtk/gtkshortcutlabel.c index 262ae34251..1332fa47c5 100644 --- a/gtk/gtkshortcutlabel.c +++ b/gtk/gtkshortcutlabel.c @@ -515,7 +515,7 @@ gtk_shortcut_label_init (GtkShortcutLabel *self) * * Creates a new `GtkShortcutLabel` with @accelerator set. * - * Returns: (transfer full): a newly-allocated `GtkShortcutLabel` + * Returns: a newly-allocated `GtkShortcutLabel` */ GtkWidget * gtk_shortcut_label_new (const char *accelerator) -- 2.30.2